home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / fakeer1a / readme.txt < prev    next >
Encoding:
Text File  |  1999-08-27  |  1.4 KB  |  25 lines

  1. Program Name: Fake Error Dialog
  2. File Name:    error.exe
  3. Program Type: Standard Executable
  4. Version:      1.0.0
  5. Purpose:      This was written for a joke contest at work.
  6. Comments:     When run, this program displays a fake hardware error
  7.               dialog box with an OK button and a CANCEL (disabled)
  8.               button.  If you hit ok, it pops up a message box with
  9.               a message that it will "reinitialize the hard drive" at
  10.               the next reboot.  It then closes, but not before sending
  11.               the REBOOT command, immediatly rebooting the computer.
  12.  
  13. Installation: To make the trick work, the best thing to do is copy the
  14.               executable to windows' system directory and then dbl-click
  15.               the REG file the corresponds to the version of windows you
  16.               are currently running.  The reg file adds the following 
  17.               entry: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\
  18.               CurrentVersion\RunOnce]@="error.exe" so the the file is
  19.               run immediatly on log in to the machine.
  20.  
  21. +--------------------------------------------------------------------+
  22. | Author:     Bradley Buskey                                         |
  23. | Email:      bbuskey@sturm.org                                      |
  24. | Website:    http://www.sturm.org                                   |
  25. +--------------------------------------------------------------------+